home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg3.cab / expat.py < prev    next >
Text File  |  2005-11-19  |  112b  |  5 lines

  1. """Interface to the Expat non-validating XML parser."""
  2. __version__ = '$Revision: 1.1 $'
  3.  
  4. from pyexpat import *
  5.